The following tables list the members exposed by Manager<TItem,TInstance>.
Name | Description | |
---|---|---|
Add | Adds a new manager item to the end of the collection. | |
Clear | Removes all items from the collection of the manager. | |
FindInstanceByName | Searches for the instance of the manager item with the specified name. | |
FindInstanceByUId | Gets the instance of the manager item for the specified unique identifier. | |
FindItem | Searches manager item by match predicate. | |
FindItemByCaption | Searches for the manager item with the specified header. | |
FindItemByName | Searches for the manager item with the specified name. | |
FindItemByUId | Searches for the manager item of the current type with the specified unique identifier. | |
GetInstanceByName | Gets the instance of the manager item with the specified name. | |
GetInstanceByUId | Gets the instance of the manager item with the specified unique identifier. | |
GetItemByName | Gets the manager item with the specified name. | |
GetItemByUId | Gets the manager item with the specified identifier. | |
GetItems | Overloaded. | |
Initialize | Initializes the schema manager, using the specified manager provider and the information from the configuration file. | |
Remove | Removes the specified item from the collection of the manager items. |